home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / library / queue.lzh / queue / queue.fd < prev    next >
Text File  |  1995-10-12  |  403b  |  20 lines

  1. ##base _QueueBase
  2. ##bias 30
  3. *
  4. *   queue.fd --- queue library interface.
  5. *
  6. *   (c) Copyright 1995 SHW Wabnitz
  7. *   Written by Bernhard Fastenrath (fasten@shw.com)
  8. *
  9. *   This file may be distributed under the terms
  10. *   of the GNU General Public License.
  11. *
  12. QOpen(name,mode,sigbit)(a0,d0,d1)
  13. QClose(qh)(a0)
  14. QAddMsg(qh,msg)(a0,a1)
  15. QRemMsg(qh,msg)(a0,a1)
  16. QGetMsg(qh)(a0)
  17. QReplyMsg(qh)(a0)
  18. QFlush(qh)(a0)
  19. ##end
  20.